Vcenter NamespaceManagement Networks Nsx Projects Vpcs Info
The Vcenter NamespaceManagement Networks Nsx Projects Vpcs Info schema contains the basic information about a VPC.
This schema was added in vSphere API 9.0.0.0.
{
"vpc": "string",
"name": "string",
"nsx_path": "string",
"vpc_connectivity_profile": "string",
"private_ips": [
"string"
]
}
Identifier of the VPC.
This property was added in vSphere API 9.0.0.0.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.namespace_management.networks.nsx.Vpc
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.namespace_management.networks.nsx.Vpc
.
Human-readable identifier of the VPC.
This property was added in vSphere API 9.0.0.0.
NSX path of the VPC.
This property was added in vSphere API 9.0.0.0.
VPC Connectivity Profile of the VPC.
This property was added in vSphere API 9.0.0.0.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: VpcConnectivityProfile
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: VpcConnectivityProfile
.
Private IPs of the VPC.
This property was added in vSphere API 9.0.0.0.